Neighbor Info Config Or Builder
Functions
Link copied to clipboard
Whether the Module is enabled
Content copied to clipboard
bool enabled = 1;
Link copied to clipboard
Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
Content copied to clipboard
bool transmit_over_lora = 3;
Link copied to clipboard
Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
Content copied to clipboard
uint32 update_interval = 2;